home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0082 / 76.txt < prev    next >
Text File  |  1997-04-16  |  9KB  |  209 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Sun, 21 Jan 90       Volume 90 : Issue   76
  4.  
  5. Today's Topics:
  6.                                atari tt
  7.                              dissassembly
  8.                              EAB (2 msgs)
  9.                          METAFOUR hard drives
  10.                                  test
  11. ----------------------------------------------------------------------
  12.  
  13. Date: 21 Jan 90 03:58:07 GMT
  14. From: rochester!rit!ultb!drp9500@rutgers.edu  (D.R. Paradis)
  15. Subject: atari tt
  16. Message-ID: <1975@ultb.isc.rit.edu>
  17.  
  18.   the following is from the january 15 1990 issue of macintosh news
  19.  
  20.  
  21.              atari tt: threat to iicx?
  22.  
  23.   late this month, atari corp. will begin shipping its under-$2000,
  24. 16mhz, 68030-powered tt computer.  priced at about one-third of apple's
  25. price for the iix and iicx, this second-generation atari machine could
  26. be a threat to macintosh markets with the addition of the $300 gcr
  27. macintosh rom adapter from gadgets by small.
  28.  
  29.   equipped witht he gcr cartridge and borrowed mac se roms, the tt will
  30. be able to run the vast majority of macintosh software at a fraction of
  31. apple's mac iix and iicx pricing.
  32.  
  33.   still, atari is not well know for successful u.s. distribution.
  34. indeed, while the tt laboured through fcc testing in december, it was
  35. shipping in volume in europe.  there, the machine is already a favorite
  36. of german industry and could impact mac sales in a country that is
  37. already below other european companies in per capita mac sales.
  38. stateside, atari's lackluster distribution could make the tt little more
  39. than a 68030 curiosity.  it's pricedat three to four times the average
  40. atari 68000-based st system.  by selling the t, storefront resellers
  41. will put pressure on their already limited resources.
  42.  
  43. ---------------------------------------------------
  44.  
  45. looks like there is a *new* boss coming to town.......
  46.  
  47.  
  48.       "power *without* the price!!!!!!!!!!"
  49.  
  50.  
  51.  
  52. ------------------------------
  53.  
  54. Date: 19 Jan 90 09:37:00 GMT
  55. From: mcsun!ukc!edcastle!hwcs!neil@uunet.uu.net  (Neil Forsyth)
  56. Subject: dissassembly
  57. Message-ID: <4130@brahma.cs.hw.ac.uk>
  58.  
  59. In article <1967@atari.UUCP> kbad@atari.UUCP (Ken Badertscher) writes:
  60. >V067MAJP@UBVMSC.CC.BUFFALO.EDU (Arion) writes:
  61. >| What I don't understand is why don't the excellent development team at Atari
  62. >| just go ahead and make the changes and break all the programs that don't
  63. >| follow the rules.
  64. >
  65. >Believe me, Arion, it's very very tempting at times.  Especially when
  66. >you see some of the really silly things that some developers do to
  67. >break the rules.  You want to punish them.  But in fact, the end users
  68. >are punished worse if Atari breaks programs which break the rules.  All
  69. >a user knows is that his favorite program doesn't work any more.  If
  70. >the company that made it is no longer in business, that user is really
  71. >up the creek.
  72.  
  73. I would like to see all the bugs fixed too. I admit though that it would be a
  74. shame to lose the use of some programs because of it.
  75. Why not have a bug-installer that puts back the necessary buggy behaviour
  76. (stop laughing!) so that these programs can work.
  77. eg. I ran an old game on an STE and it bombed out. So I dug about my disk box
  78. and pulled out RAM loadable TOS 1.0. Hey presto the game now works.
  79.  
  80. I may be getting TOS 1.4 soon (though don't hold your breath folks:-).
  81. TOS 1.4 has the I/O redirection handling bugs fixed so you can redirect the
  82. output from any program. But developers have to use 'isatty' stuff so that
  83. their programs work on 1.0 and 1.2 so there is not really a big win here for
  84. them. Likewise with Malloc.
  85. Because of the existance of bugs in the old ROMs most developers don't use
  86. those system calls but cook up their own routines.
  87. Sometime ago before TOS 1.4 was released Allan Pratt said that he had fixed
  88. such and such bugs and that a patch might be about 30K. Why not release such
  89. a patch that fixes all the bugs and make it available for dealer distribution.
  90. Not enhancments like Move File and Rename Folder etc just the fixes.
  91. That way developers can rely on TOS 1.4 and users without it can either get the
  92. chips or the bug fix.
  93. TOS 1.4 ROM sets being as widespread in the UK as they are tends to make me
  94. like this idea a lot.
  95.  
  96. >Fortunately, we are not constrained to strict compatibility with the
  97. >TTOS, so we may be able to fix some of the things we were previously
  98. >unable to fix.
  99.  
  100. Great! Does that include the lost 2 clusters?
  101.  
  102. >   |||   Ken Badertscher  (ames!atari!kbad)
  103. >   |||   Atari R&D System Software Engine
  104. >  / | \  #include <disclaimer>
  105.  
  106. +-----------------------------------------------------------------------------+
  107. ! DISCLAIMER: Unless otherwise stated, the above comments are entirely my own !
  108. !                                                                             !
  109. ! "I think all right thinking people in this country are sick and tired of    !
  110. ! being told that ordinary decent people are fed up in this country with      !
  111. ! being sick and tired. I'm certainly not and I'm sick and tired of being     !
  112. ! told that I am!" - Monty Python                                             !
  113. !                                                                             !
  114. ! Neil Forsyth                       JANET:  neil@uk.ac.hw.cs                 !
  115. ! Dept. of Computer Science          ARPA:   neil@cs.hw.ac.uk                 !
  116. ! Heriot-Watt University             UUCP:   ..!ukc!cs.hw.ac.uk!neil          !
  117. ! Edinburgh, Scotland, UK                                                     !
  118. +-----------------------------------------------------------------------------+
  119.  
  120. ------------------------------
  121.  
  122. Date: 20 Jan 90 14:13:51 GMT
  123. From: ingr!b11!jmack@uunet.uu.net  (Cery McCormick)
  124. Subject: EAB
  125. Message-ID: <7226@b11.ingr.com>
  126.  
  127. Could someone please give me an address or phone number for the
  128. E. Arthur Brown company?? Thanks in advance.
  129.  
  130. ------------------------------
  131.  
  132. Date: 21 Jan 90 02:41:13 GMT
  133. From:
  134.  usc!cs.utexas.edu!jarvis.csri.toronto.edu!neat.cs.toronto.edu!omicron.cs.fsu.ed
  135.  u!fsucs.cs.fsu.edu!boyd@ucsd.edu  (Mickey Boyd)
  136. Subject: EAB
  137. Message-ID: <9001210242.AA12836@fsucs.cs.fsu.edu>
  138.  
  139. In article <7226@b11.ingr.com>, jmack@b11.ingr.com (Cery McCormick) writes:
  140. >Could someone please give me an address or phone number for the
  141. >E. Arthur Brown company?? Thanks in advance.
  142.  
  143. Order line:  1-800-322-4405, info line:  (612) 762-8847
  144.  
  145.  
  146. --
  147.  
  148.     -----------------------------------------------------------------------
  149.     ---------------------------------+-------------------------------------
  150.          Mickey Boyd                 |    "Nobody can be exactly like me.
  151.                                      |      Even I have trouble doing it."
  152.              FSU Comp Sci            |              - Tallulah Bankhead
  153.     ---------------------------------+-------------------------------------
  154.     -----------------------------------------------------------------------
  155.  
  156. ------------------------------
  157.  
  158. Date: 19 Jan 90 14:17:45 GMT
  159. From: cs.dal.ca!aucs!870086t@uunet.uu.net  (Shannon Tremblay)
  160. Subject: METAFOUR hard drives
  161. Message-ID: <1990Jan19.141745.18123@aucs.uucp>
  162.  
  163. hi everyone
  164.         Has anyone ever heard of or delt with METAFOUR MARKETING out of
  165. Edmonton, Alberta, Canada.  They sell custom harddrives.  I just bought
  166. a ST157N with a Supra interface, a 3.5" floppy and a 200w(a bit exsessive
  167. I know, but that is standard in the setup) all in a case designed to fit
  168. under the monitor.  It also has 4 outlets so you can plus the rest of your
  169. equipment into the drive unit.
  170.         Anyway I ordered the drive back in August by fax.  First they lost
  171. the fax, so I had to order it by phone(since I no longer had access to a
  172. fax machine).  When the first one arrived by courier it was totalled, they
  173. must have run into it with a forklift or something.  A month or so later
  174. I recieved a replacement, by Canada Post, it too was damaged (but only
  175. cosmeticly.  So I contacted METAFOUR and they said they would send me a
  176. replacement cover for the drive rather than risk further damage shipping
  177. the entire drive!  Made sence at the time, however that was 2 months ago.
  178. They tell me they have shipped 2 covers and cannot understand why I have
  179. not received at least one of them.  A third is on its way, who knows where
  180. it may end up.
  181.         METAFOUR tells me they have a good track record shipping all over
  182. the country, but what do you expect.
  183.  
  184.         My question is has any one ever had the problems I am having and
  185. if so any suggestions as to what I can do to protect my investment.
  186.  
  187.                                        Thanks in Advance
  188.  
  189.                                         Shannon Tremblay
  190.                                       Acadia University, N.S.
  191.  
  192.         --------------------------------------------
  193.         |   internet address : 870086t@Acadia.CA   |
  194.         --------------------------------------------
  195.  
  196. ------------------------------
  197.  
  198. Date: 20 Jan 90 23:57:23 GMT
  199. From: sdcc10.UCSD.EDU!cs163wed@ucsd.edu  ( )
  200. Subject: test
  201. Message-ID: <1249@crash.cts.com>
  202.  
  203. test
  204.  
  205. ------------------------------
  206.  
  207. End of INFO-ATARI16 Digest V90 Issue #76
  208. ****************************************
  209.